home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2003 March / JOY146_CD2.iso / Data / Sharewares / Jeux / vs5full.exe / {app} / Titles.txt < prev    next >
Text File  |  2002-10-08  |  6KB  |  574 lines

  1. //TITLES FOR HALF-LIFE
  2. // Position command $position x y 
  3. // x & y are from 0 to 1 to be screen resolution independent
  4. // -1 means center in each dimension
  5. // Effect command $effect <effect number>
  6. // effect 0 is fade in/fade out
  7. // effect 1 is flickery credits
  8. // effect 2 is write out (training room)
  9. // effect -1 is print center (normal text in center of screen)
  10. // effect -2 is print notify (normal text in top left of screen)
  11. // effect -3 is print center (text piped straight into console)
  12. // effect -4 is print talk (normal text in lower middle of screen)
  13. // Text color r g b command $color
  14. // fadein time fadeout time / hold time
  15. // $fadein (message fade in time - per character in effect 2)
  16. // $fadeout (message fade out time)
  17. // $holdtime (stay on the screen for this long)
  18.  
  19. // the only flags TFC uses are the effect value -4 through -1, for screen positions
  20.  
  21. $effect 0
  22.  
  23.  
  24. //new text
  25.  
  26. //////////////////////////////////////////////////////////////////////
  27. /////////////teams//////////////////
  28.  
  29. VAMPIRE
  30. {
  31. VAMPIRE
  32. }
  33.  
  34. SLAYER
  35. {
  36. SLAYER
  37. }
  38.  
  39. //////////////////////////////////////////////////////////////////////
  40. ///////////class/skin///////////////
  41.  
  42. LOUIS
  43. {
  44. LOUIS
  45. }
  46.  
  47. EDGAR
  48. {
  49. EDGAR
  50. }
  51.  
  52. NINA
  53. {
  54. NINA
  55. }
  56.  
  57. FATHER_D
  58. {
  59. FATHER D.
  60. }
  61.  
  62. MOLLY
  63. {
  64. MOLLY
  65. }
  66.  
  67. EIGHTBALL
  68. {
  69. EIGHTBALL
  70. }
  71.  
  72. //////////////////////////////////////////////////////////////////////
  73. ///////Class Titles//////////////
  74.  
  75. Title_LOUIS
  76. {
  77. LOUIS
  78. }
  79.  
  80. Title_EDGAR
  81. {
  82. EDGAR
  83. }
  84.  
  85. Title_NINA
  86. {
  87. NINA
  88. }
  89.  
  90. Title_FATHER_D
  91. {
  92. FATHER D.
  93. }
  94.  
  95. Title_MOLLY
  96. {
  97. MOLLY
  98. }
  99.  
  100. Title_EIGHTBALL
  101. {
  102. EIGHTBALL
  103. }
  104.  
  105.  
  106. // SDK 2.2 Spectator Menu
  107.  
  108. Spec_Mode_Inset0
  109. {
  110. Inset Window Off
  111. }
  112.  
  113. Spec_Mode_Inset1
  114. {
  115. Inset Chase-Camera Mode
  116. }
  117.  
  118. Spec_Mode_Inset2
  119. {
  120. Inset First Person Mode
  121. }
  122.  
  123. Spec_Mode_Inset3
  124. {
  125. Inset Map Mode
  126. }
  127.  
  128. Spec_Mode1
  129. {
  130. Locked Chase-Camera
  131. }
  132.  
  133. Spec_Mode2
  134. {
  135. Free Chase-Camera
  136. }
  137.  
  138. Spec_Mode3
  139. {
  140. Free-Look
  141. }
  142.  
  143. Spec_Mode4
  144. {
  145. First Person
  146. }
  147.  
  148. Spec_Mode5
  149. {
  150. Free Map Overview
  151. }
  152.  
  153. Spec_Mode6
  154. {
  155. Chase Map Overview
  156. }
  157.  
  158. Spec_NoTarget
  159. {
  160. No valid targets. Cannot switch to Chase-Camera Mode.
  161. }
  162.  
  163. Spec_Help_Title
  164. {
  165. Undead Cam
  166. }
  167.  
  168. Spec_Help_Text
  169. {
  170.  ENTER to Change Team.
  171.  
  172. Use the following keys to change view styles:
  173.  
  174.  FIRE1 - Chase next player
  175.  FIRE2 - Chase previous player
  176.  JUMP - Change view modes
  177.  USE - Change inset window mode
  178.  
  179.  DUCK  - Enable spectator menu
  180.   
  181. In Overview Map Mode move around with:
  182.  
  183.  MOVELEFT - move left
  184.  MOVERIGHT - move right
  185.  FORWARD - zoom in
  186.  BACK - zoom out
  187.  MOUSE - rotate around map/target
  188. }
  189.  
  190. Spec_Slow_Motion
  191. {
  192. Slow Motion
  193. }
  194.  
  195. Spec_Replay
  196. {
  197. Instant Replay
  198. }
  199.  
  200. Spec_Auto
  201. {
  202. Auto
  203. }
  204.  
  205. Spec_Time
  206. {
  207. Time
  208. }
  209.  
  210. Spec_Map
  211. {
  212. Map
  213. }
  214.  
  215. Spectators
  216. {
  217. Spectators
  218. }
  219.  
  220. Unassigned
  221. {
  222. Unassigned
  223. }
  224.  
  225.  
  226.  
  227.  
  228. //////////////////////////////////////////////////////////////////////
  229.  
  230. GAME_TITLE
  231. {
  232. }
  233.  
  234. GAME_INFO
  235. {
  236. }
  237.  
  238.  
  239. Game_onlyteams
  240. {
  241. There can be only %s teams on this map.
  242. }
  243.  
  244. Game_alreadyteam
  245. {
  246. You're already in Team %s.
  247. }
  248.  
  249. Game_teamfull
  250. {
  251. That team is full. Pick another.
  252. }
  253.  
  254.  
  255. Game_locked
  256. {
  257. Closed Server. Clan Battle in progress.
  258. }
  259.  
  260. Game_playerjoin
  261. {
  262. %s has joined the game
  263. }
  264.  
  265. Game_startedteam
  266. {
  267. %s has started Team %s.
  268. }
  269.  
  270. Game_joinedteam
  271. {
  272. %s has joined Team %s.
  273. }
  274.  
  275. Game_changedteam
  276. {
  277. %s has changed to Team %s.
  278. }
  279.  
  280. Game_minsleft
  281. {
  282. %s minutes left till Match begins.
  283. }
  284.  
  285. Game_oneminleft
  286. {
  287. one minute left till Match begins.
  288. }
  289.  
  290. Game_thirtysecleft
  291. {
  292. 30 seconds left till Match begins.
  293. }
  294.  
  295. Game_secsleft
  296. {
  297. %s seconds.
  298. }
  299.  
  300. Game_onesec
  301. {
  302. 1 second.
  303. }
  304.  
  305. Game_matchbegin
  306. {
  307. MATCH BEGINS NOW
  308. }
  309.  
  310. Game_matchlocked
  311. {
  312. GAME IS NOW LOCKED
  313. }
  314.  
  315. Game_resumefire
  316. {
  317. RESUME FIRE
  318. }
  319.  
  320.  
  321. //////////////////////////////////////////////////////////////////////
  322. // Admin
  323.  
  324. Admin_nopassword
  325. {
  326. Server has no Admin password set (tfc_adminpwd)
  327. }
  328.  
  329. Admin_access
  330. {
  331. Admin Password accepted. Admin rights granted.
  332. }
  333.  
  334. Admin_badpassword
  335. {
  336. Admin Password incorrect.
  337. }
  338.  
  339. Admin_noplayers
  340. {
  341. Players In Game : %s
  342. }
  343.  
  344. Admin_noteamplayers
  345. {
  346. Players In Team %s: %s
  347. }
  348.  
  349. Admin_gameempty
  350. {
  351. No other players in the game.
  352. }
  353.  
  354. Admin_kickban
  355. {
  356. %s (%s)  KICK/BAN/NEXT?
  357. }
  358.  
  359. Admin_listip
  360. {
  361. %s (%s)
  362. }
  363.  
  364. Admin_endlist
  365. {
  366. End of player list
  367. }
  368.  
  369. Admin_kick
  370. {
  371. %s was kicked by %s
  372. }
  373.  
  374. Admin_ban
  375. {
  376. %s was banned by %s
  377. }
  378.  
  379. Admin_ceasefire
  380. {
  381. CEASE FIRE
  382. }
  383.  
  384. AKick_kicked
  385. {
  386. %s was kicked for killing teammates.
  387. }
  388.  
  389. AKick_warn
  390. {
  391. Kill one more teammate, and you will be
  392. removed from this server.
  393. }
  394.  
  395.  
  396. //////////////////////////////////////////////////////////////////////
  397. // Menus
  398. Menu_chooseteam
  399. {
  400. === Choose Your Team ===
  401.  
  402. }
  403.  
  404. AutoTeam
  405. {
  406. Auto Team
  407. }
  408.  
  409. Title_SelectYourTeam
  410. {
  411. SELECT YOUR TEAM
  412. }
  413.  
  414. Title_SelectYourClass
  415. {
  416. SELECT YOUR CLASS
  417. }
  418.  
  419. Title_CurrentlyOnYourTeam
  420. {
  421.  
  422. }
  423. Team_AutoAssign
  424. {
  425. AUTO ASSIGN
  426. }
  427.  
  428. // other menu text
  429. Menu_OK
  430. {
  431. OK
  432. }
  433.  
  434. Menu_Cancel
  435. {
  436. CANCEL
  437. }
  438.  
  439. Menu_Spectate
  440. {
  441. SPECTATE
  442. }
  443.  
  444.  
  445. // Scoreboard
  446. TEAMS
  447. {
  448. TEAMS
  449. }
  450.  
  451. PLAYERS
  452. {
  453. PLAYERS
  454. }
  455.  
  456. CLASS
  457. {
  458. CLASS
  459. }
  460.  
  461. SCORE
  462. {
  463. SCORE
  464. }
  465.  
  466. DEATHS
  467. {
  468. DTH/RES/KO
  469. }
  470.  
  471. LATENCY
  472. {
  473. PING
  474. }
  475.  
  476. VOICE
  477. {
  478. VOICE
  479. }
  480. Mic_Volume
  481. {
  482. Mic Volume
  483. }
  484.  
  485. Speaker_Volume
  486. {
  487. Speaker Volume
  488. }
  489.  
  490. Voice_Properties
  491. {
  492. Voice Properties
  493. }
  494.  
  495. Map_Description_not_available
  496. {
  497. Map Description not available.
  498. }
  499.  
  500. Player
  501. {
  502. player
  503. }
  504.  
  505. Player_plural
  506. {
  507. players
  508. }
  509.  
  510. Muted
  511. {
  512. You have muted %s.
  513. }
  514.  
  515. Unmuted
  516. {
  517. You have unmuted %s.
  518. }
  519.  
  520. No_longer_hear_that_player
  521. {
  522. You will no longer hear that player speak.
  523. }
  524.  
  525. OBS_NONE
  526. {
  527. Camera Options
  528. }
  529.  
  530. OBS_CHASE_LOCKED
  531. {
  532. Locked Chase-Cam
  533. }
  534.  
  535. OBS_CHASE_FREE
  536. {
  537. Free Chase-Cam
  538. }
  539.  
  540. OBS_ROAMING
  541. {
  542. Roaming
  543. }
  544.  
  545. OBS_IN_EYE
  546. {
  547. First Person
  548. }
  549.  
  550. OBS_MAP_FREE
  551. {
  552. Free Overview
  553. }
  554.  
  555. OBS_MAP_CHASE
  556. {
  557. Chase-Cam Overview
  558. }
  559.  
  560. SPECT_OPTIONS
  561. {
  562. Options
  563. }
  564.  
  565. CAM_OPTIONS
  566. {
  567. Camera Options
  568. }
  569.  
  570. Spec_Duck
  571. {
  572. Press DUCK for Spectator Menu
  573. }
  574.